ErrorEvent

interface ErrorEvent

The common supertype implemented by all different error events that are emitted by the Player or Source.

Properties

code
Link copied to clipboard
abstract val code: ErrorCode
The error code used to identify the error.
data
Link copied to clipboard
abstract val data: Any?
Potential additional data.
message
Link copied to clipboard
abstract val message: String
The error message to explain the reason for the error.

Inheritors

PlayerEvent
Link copied to clipboard
SourceEvent
Link copied to clipboard
OfflineErrorEvent
Link copied to clipboard